home *** CD-ROM | disk | FTP | other *** search
- func void fnConsoleSpeed(f32x _fSpeed);
- func void fnConsoleDelta(i32x iDelta);
-
- // ******************************
- // * functions
- // ******************************
-
- func i32x Make1616(f32x _fValue);
- func void SetInRaceClientReady();
- func void InRaceReady_Null();
-
- func void I_IndividualOrder(i32x _iSelectedCyclistsFlag,i32x _iButton,i32x _iButtonState,i32x _iValue,f32x _fValue);
- func void I_IndividualOrder_Null(i32x _iSelectedCyclistsFlag,i32x _iButton,i32x _iButtonState,i32x _iValue,f32x _fValue);
-
- func void I_AIBreak(i32x _iPreRaceCyclistId,i32x _iBreakFlag);
- func void AIBreak_Null(i32x _iPreRaceCyclistId,i32x _iBreakFlag);
- func void I_AIWithdrawal(i32x _iPreRaceCyclistId);
- func void AIWithDrawal_Null(i32x _iPreRaceCyclistId);
- func void I_AIAllWithdrawal();
- func void AIAllwithdrawal_Null();
- func void I_AIFall(i32x _iPreRaceCyclistId);
- func void AIFall_Null(i32x _iPreRaceCyclistId);
- func void SendEvent(i32x _iDiv,i32x _iEventType,i32x _iCyclistIndex,i32x _iParam1,i32x _iParam2,szx _szParam);
- func void SendInterface(i32x _iDiv,i32x _iValue,i32x _iValue2);
-
- func void PhysicDeltaPos(f32x _fMulCoef);
- func void PhysicDeltaSpeed(f32x _fMulCoef);
- func void PhysicDeltaPos_Null(f32x _fMulCoef);
- func void PhysicDeltaSpeed_Null(f32x _fMulCoef);
- func void MS_PhysicDeltaSpeed(f32x _fMulCoef);
- func void MS_PhysicDeltaPos(f32x _fMulCoef);
-
-
- // *********************************************
- // * variables
- // *********************************************
- var i32x InRaceServer_eEventAccel=0;
- var i32x InRaceServer_eEventAttack=1;
- var i32x InRaceServer_eEventRetained=2;
- var i32x InRaceServer_eEventFall=3;
- var i32x InRaceServer_eEventFlat=4;
- var i32x InRaceServer_eEventHWound=5;
- var i32x InRaceServer_eEventLWound=6;
- var i32x InRaceServer_eEventSprint=7;
- var i32x InRaceServer_eEventWithdrawal=8;
- var i32x InRaceServer_eEventStartRaceSprint=9;
- var i32x InRaceServer_eEventRacePercentageDone=10;
- var i32x InRaceServer_eEventNumber=11;
-